home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  143 b   |  8 lines

  1. on(release){
  2.    _root.speedPlus = 1;
  3.    _root.speedMax = 5;
  4.    _root.speedMin = -5;
  5.    _root.size = 60;
  6.    _root.gotoAndStop("lvl1");
  7. }
  8.